Click or drag to resize

UserConfigurationDictionaryEntry Constructor (UserConfigurationDictionaryKey, UserConfigurationDictionaryValue)

Initializes a new instance of the UserConfigurationDictionaryEntry class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public UserConfigurationDictionaryEntry(
	UserConfigurationDictionaryKey key,
	UserConfigurationDictionaryValue value
)

Parameters

key
Type: Independentsoft.ExchangeUserConfigurationDictionaryKey
value
Type: Independentsoft.ExchangeUserConfigurationDictionaryValue
See Also